[INFO] cloning repository https://github.com/robbplo/rust-csv-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robbplo/rust-csv-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbplo%2Frust-csv-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbplo%2Frust-csv-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b292f3e4caadc9514a585e97a243cc9eef3b07a3
[INFO] fixing robbplo/rust-csv-parser against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbplo%2Frust-csv-parser" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/robbplo/rust-csv-parser
[INFO] finished tweaking git repo https://github.com/robbplo/rust-csv-parser
[INFO] tweaked toml for git repo https://github.com/robbplo/rust-csv-parser written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/robbplo/rust-csv-parser on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/robbplo/rust-csv-parser already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0a2621a9042c6fa6908c05da4bddcc3921ad4fa9355619c32ba97436e64c32b6
[INFO] running `Command { std: "docker" "start" "0a2621a9042c6fa6908c05da4bddcc3921ad4fa9355619c32ba97436e64c32b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0a2621a9042c6fa6908c05da4bddcc3921ad4fa9355619c32ba97436e64c32b6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a2621a9042c6fa6908c05da4bddcc3921ad4fa9355619c32ba97436e64c32b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0a2621a9042c6fa6908c05da4bddcc3921ad4fa9355619c32ba97436e64c32b6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking csv-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Csv` is never constructed
[INFO] [stdout]  --> src/parser/parser.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Csv {
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Csv` is never constructed
[INFO] [stdout]  --> src/parser/parser.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Csv {
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]  --> src/main.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl From<String> for Csv {
[INFO] [stdout]   |                       ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CsvLine` in this scope
[INFO] [stdout]  --> src/main.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let items: Vec<CsvLine> = val.trim().lines().map(Csv::line_to_vec).collect();
[INFO] [stdout]   |                        ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<CsvLine> From<String> for Csv {
[INFO] [stdout]   |     +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         Csv { lines: items }
[INFO] [stdout]    |         ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl From<&str> for Csv {
[INFO] [stdout]    |                     ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CsvLine` in this scope
[INFO] [stdout]   --> src/main.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl PartialEq<Vec<&str>> for CsvLine {
[INFO] [stdout]    |                               ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:26:6
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Csv {
[INFO] [stdout]    |      ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CsvLine` in this scope
[INFO] [stdout]   --> src/main.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn line_to_vec(line: &str) -> CsvLine {
[INFO] [stdout]    |                                   ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CsvLine` in this scope
[INFO] [stdout]   --> src/main.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         CsvLine { values }
[INFO] [stdout]    |         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:41:14
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let csv: Csv = raw_csv.into();
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:53:14
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let csv: Csv = input.into();
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:69:14
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let csv: Csv = input.into();
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Csv` in this scope
[INFO] [stdout]  --> src/main.rs:8:58
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let items: Vec<CsvLine> = val.trim().lines().map(Csv::line_to_vec).collect();
[INFO] [stdout]   |                                                          ^^^ use of undeclared type `Csv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 | /         vec![
[INFO] [stdout] 58 | |             vec!["head1", "head2", "head3"],
[INFO] [stdout] 59 | |             vec!["val1", "val2", "val3"]
[INFO] [stdout] 60 | |         ]
[INFO] [stdout]    | |_________^ expected `Vec<&str>`, found `Vec<Vec<&str>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Vec<&str>`
[INFO] [stdout]               found struct `Vec<Vec<&str>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `csv-parser` (bin "csv-parser" test) due to 14 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 | /         vec![
[INFO] [stdout] 74 | |             vec!["head1", "head2", "head3"],
[INFO] [stdout] 75 | |             vec!["val1", "val2", "val3"]
[INFO] [stdout] 76 | |         ]
[INFO] [stdout]    | |_________^ expected `Vec<&str>`, found `Vec<Vec<&str>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Vec<&str>`
[INFO] [stdout]               found struct `Vec<Vec<&str>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0308, E0422, E0425, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `csv-parser` (bin "csv-parser") due to 10 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]  --> src/main.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl From<String> for Csv {
[INFO] [stdout]   |                       ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CsvLine` in this scope
[INFO] [stdout]  --> src/main.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let items: Vec<CsvLine> = val.trim().lines().map(Csv::line_to_vec).collect();
[INFO] [stdout]   |                        ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<CsvLine> From<String> for Csv {
[INFO] [stdout]   |     +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         Csv { lines: items }
[INFO] [stdout]    |         ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl From<&str> for Csv {
[INFO] [stdout]    |                     ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CsvLine` in this scope
[INFO] [stdout]   --> src/main.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl PartialEq<Vec<&str>> for CsvLine {
[INFO] [stdout]    |                               ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:26:6
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Csv {
[INFO] [stdout]    |      ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CsvLine` in this scope
[INFO] [stdout]   --> src/main.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn line_to_vec(line: &str) -> CsvLine {
[INFO] [stdout]    |                                   ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CsvLine` in this scope
[INFO] [stdout]   --> src/main.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         CsvLine { values }
[INFO] [stdout]    |         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Csv` in this scope
[INFO] [stdout]   --> src/main.rs:41:14
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let csv: Csv = raw_csv.into();
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Csv` in this scope
[INFO] [stdout]  --> src/main.rs:8:58
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let items: Vec<CsvLine> = val.trim().lines().map(Csv::line_to_vec).collect();
[INFO] [stdout]   |                                                          ^^^ use of undeclared type `Csv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0a2621a9042c6fa6908c05da4bddcc3921ad4fa9355619c32ba97436e64c32b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a2621a9042c6fa6908c05da4bddcc3921ad4fa9355619c32ba97436e64c32b6", kill_on_drop: false }`
[INFO] [stdout] 0a2621a9042c6fa6908c05da4bddcc3921ad4fa9355619c32ba97436e64c32b6
